@media all and (min-width: 1430px) {
	.layui-container {
		width: 1430px;
	}
}

@media all and (min-width: 0px) and (max-width: 1024px) {
	.pager li{
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
	
	.pager li a{
		text-align: left;
	}
	.padding-top-90{
		padding-top: 45px;
	}
	.pagination {
		display: inline-block;
		padding-left: 0;
		margin: 0;
		border-radius: 4px;
	}
	#header {
		display: none;
	}

	.mobile {
		width: 100%;
		display: block;
		height: 50px;
		position: relative;
		z-index: 9999;
	}

	.mobile h1 {
		margin: 0;
		float: left;
		width: 50%;
		margin-top: 5px;
	}

	.mobile h1 img {
		width: 100%;
		padding-left: 20px;
	}

	.mobile-inner {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		background-color: #fafafa;
		position: relative;
	}

	.mobile-inner img {
		width: 100%;
		margin-bottom: 30px;
	}

	.mobile-inner p {
		color: #676767;
		line-height: 25px;
		font-size: 16px;
		padding-bottom: 30px;
		padding-right: 30px;
		padding-left: 30px;
		margin: 0px;
	}

	.mobile-inner-header {
		background-color: #0062b2;
		width: 100%;
		height: 50px;
		position: absolute;
		top: 0px;
		left: 0px;
	}

	.mobile-inner-header-icon {
		color: #ffffff;
		height: 50px;
		font-size: 25px;
		text-align: center;
		float: right;
		width: 50px;
		position: relative;
		-webkit-transition: background 0.5s;
		-moz-transition: background 0.5s;
		-o-transition: background 0.5s;
		transition: background 0.5s;
	}

	.mobile-inner-header-icon:hover {
		background-color: rgba(255, 255, 255, 0.2);
		cursor: pointer;
	}

	.mobile-inner-header-icon span {
		position: absolute;
		left: calc((100% - 25px) / 2);
		top: calc((100% - 1px) / 2);
		width: 25px;
		height: 1px;
		background-color: rgba(255, 255, 255, 1);
	}

	.mobile-inner-header-icon span:nth-child(1) {
		transform: translateY(4px) rotate(0deg);
	}

	.mobile-inner-header-icon span:nth-child(2) {
		transform: translateY(-4px) rotate(0deg);
	}

	.mobile-inner-header-icon-click span:nth-child(1) {
		animation-duration: 0.5s;
		animation-fill-mode: both;
		animation-name: clickfirst;
	}

	.mobile-inner-header-icon-click span:nth-child(2) {
		animation-duration: 0.5s;
		animation-fill-mode: both;
		animation-name: clicksecond;
	}

	@keyframes clickfirst {
		0% {
			transform: translateY(4px) rotate(0deg);

		}

		100% {
			transform: translateY(0) rotate(45deg);
		}
	}



	@keyframes clicksecond {
		0% {
			transform: translateY(-4px) rotate(0deg);
		}

		100% {
			transform: translateY(0) rotate(-45deg);
		}
	}

	.mobile-inner-header-icon-out span:nth-child(1) {
		animation-duration: 0.5s;
		animation-fill-mode: both;
		animation-name: outfirst;
	}

	.mobile-inner-header-icon-out span:nth-child(2) {
		animation-duration: 0.5s;
		animation-fill-mode: both;
		animation-name: outsecond;
	}

	@keyframes outfirst {
		0% {
			transform: translateY(0) rotate(-45deg);
		}

		100% {
			transform: translateY(-4px) rotate(0deg);
		}
	}



	@keyframes outsecond {
		0% {
			transform: translateY(0) rotate(45deg);
		}

		100% {
			transform: translateY(4px) rotate(0deg);
		}
	}

	.mobile-inner-nav {
		background-color: rgba(0, 0, 0, 0.9);
		width: 100%;
		position: absolute;
		top: 50px;
		left: 0px;
		padding-top: 30px;
		padding-bottom: 80px;
		display: none;
	}

	.mobile-inner-nav a {
		display: inline-block;
		line-height: 50px;
		text-decoration: none;
		width: 80%;
		margin-left: 10%;
		color: #FFFFFF;
		border-bottom: solid 1px rgba(255, 255, 255, 0.3);
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		font-weight: 300;
	}

	.mobile-inner-nav a:hover {
		color: rgba(255, 255, 255, 0.4);
		border-bottom: solid 1px rgba(255, 255, 255, 0.2);
	}

	.banner {
		width: 100%;
		position: relative;
		overflow: hidden;
	}

	.banner .swiper-container {
		height: 100%;
	}

	.banner .swiper-container .swiper-slide {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.banner .swiper-container .swiper-slide .positionadvfix {
		width: 100%;
		height: 100%;
		position: absolute;
		z-index: 1;
	}

	.banner .swiper-container .swiper-slide img {
		max-height: 500px;
		height: auto;
		width: 100%;
	}

	.banner .swiper-container .swiper-slide a {
		display: inline-block;
		text-align: center;
		text-transform: uppercase;
		color: #fff;
	}

	.banner .swiper-container .swiper-slide .weizhi1 {
		width: 100%;
		margin: 0 auto;
		display: block;
		padding: 15px 0;
		position: relative;
		z-index: 2;
		text-align: center;
	}

	.banner .swiper-container .swiper-slide .weizhi1 h2 {
		font-size: 20px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		word-break: break-all;
		-webkit-text-stroke: 0.5px #0263b2;
		font-weight: bold;
		color: #fff;
	}

	.banner .swiper-container .swiper-slide .text1 span {
		display: inline-block;
		padding: 0 20px;
	}

	.banner .swiper-container .swiper-slide .weizhi1 h3 {
		font-size: 14px;
		margin-top: 10px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		word-break: break-all;
		color: #fff;
	}

	.banner .swiper-container .swiper-slide .more {
		display: inline-block;
		border: 1px solid #fff;
		margin-top: 20px;
		height: 20px;
		line-height: 20px;
		width: 100px;
		border-radius: 19px;
		transition: All 0.8s ease-in;
		-webkit-transition: All 0.8s ease-in;
		-moz-transition: All 0.8s ease-in;
		-o-transition: All 0.8s ease-in;
	}

	.banner .swiper-container .swiper-slide a:hover .more {
		border: 1px solid #f56202;
		background: #f56202;
		color: #fff;
	}

	.clear {
		clear: both;
	}

	.container2 {
		width: 100%;
		height: auto;
		margin-top: 30px;
	}

	.container2 .position {
		width: 95%;
		height: auto;
		margin: 0 auto;
	}

	.container2 .position .left {
		width: 100%;
		height: auto;
		float: none;
	}

	h2.title_main {
		display: block;
		font-size: 20px;
		color: #0e0e0e;
		float: left;
		display: block;
		font-weight: bold;
		width: 100% !important;
		text-align: center;
		margin-bottom: 30px;
	}

	.title_main {
		width: 100%;
		text-align: center;
	}

	.title_main .more {
		float: right;
		color: #a6a6a6;
		font-size: 14px;
		line-height: 45px;
		font-weight: 400;
		display: none;
	}

	.container2 .position .left .slideTxtBox {
		width: 100%;
		height: auto;


	}

	.container2 .position .left.slideTxtBox .hd {
		width: 100%;
		height: 40px;
		display: block;
		float: right;
	}

	.container2 .position .left .slideTxtBox .hd ul {
		width: 100%;
		height: 40px;
		display: block;
		float: right;
		text-align: center;
	}

	.container2 .position .left .slideTxtBox .hd ul li {
		width: 20%;
		margin: 0 1.5%;
		height: 40px;
		border: 0.5px solid #d8d8d8;
		float: none;
		text-align: center;
		line-height: 40px;
		color: #797979;
		display: inline-block;
	}

	.container2 .position .left .slideTxtBox .hd ul li.on {
		background: #0062b2;
		color: #fff;
		border-color: #0062b2;
	}

	.container2 .position .left .slideTxtBox .bd ul {
		zoom: 1;
		width: 100%;
		margin-top: 30px;
	}

	.container2 .position .left .slideTxtBox .bd li {
		width: 100%;
		height: auto;
		margin-bottom: 15px;
		box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
	}

	.container2 .position .left .slideTxtBox .bd li .date {
		float: none;
		width: 100%;
		height: 20px;
		text-align: left;
		line-height: 20px;
	}

	.container2 .position .left .slideTxtBox .bd li .date .dd {
		height: 20px;
		background: none;
		color: #0062b2;
		font-size: 16px;
		line-height: 20px;
		font-weight: bold;
		float: left;
	}

	.container2 .position .left .slideTxtBox .bd li .date .yy {
		background: none;
		color: #797979;
		height: 20px;
		line-height: 20px;
		font-size: 14px;
		padding-left: 20px;
		float: left;
	}

	.container2 .position .left .slideTxtBox .bd li:hover .date .dd {
		color: #0062b2;
	}

	.container2 .position .left .slideTxtBox .bd li:hover .date .yy {
		background: #0062b2;
	}

	.container2 .position .left .slideTxtBox .bd li .text {
		width: 100%;
		height: auto;
		float: none;
		padding: 10px 0 0 0;
	}

	.container2 .position .left .slideTxtBox .bd li .text a {
		font-size: 16px;
		color: #000000;
		line-height: 16px;
		margin-top: 10px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.container2 .position .left .slideTxtBox .bd li .text p {
		line-height: 26px;
		font-size: 14px;
		color: #747474;
		margin-top: 5px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.container2 .position .left .slideTxtBox .bd li:hover .text a {
		color: #0062b2;
	}

	.container2 .position .slideBox {
		width: 100%;
		height: auto;
		overflow: hidden;
		position: relative;
		float: none;
	}

	.container2 .position .slideBox .hd {
		height: 15px;
		overflow: hidden;
		position: absolute;
		right: 8px;
		bottom: 8px;
		z-index: 1;
	}

	.container2 .position .slideBox .hd ul {
		overflow: hidden;
		zoom: 1;
		float: left;
	}

	.container2 .position .slideBox .hd ul li {
		float: left;
		margin-left: 5px;
		width: 5px;
		height: 5px;
		line-height: 14px;
		text-align: center;
		background: rgba(255, 255, 255, 0.5);
		cursor: pointer;
		border-radius: 5px;
	}

	.container2 .position .slideBox .hd ul li.on {
		background: rgba(255, 255, 255, 1);
	}

	.container2 .position .slideBox .bd {
		position: relative;
		height: 100%;
		z-index: 0;
	}

	.container2 .position .slideBox .bd li {
		zoom: 1;
		vertical-align: middle;
		width: 100%;
		height: auto;
		position: relative;

	}

	.container2 .position .slideBox .bd img {
		width: 100%;
		height: auto;
		display: block;
	}

	.container2 .position .slideBox .bd .topic {
		color: #fff;
		background: rgba(0, 0, 0, 0.5);
		width: 100%;
		height: 40px;
		line-height: 40px;
		position: absolute;
		left: 0;
		bottom: 0;
		display: block;
		text-indent: 10px;
	}

	.container3 {
		width: 100%;
		height: auto;
		margin-top: 30px;
		background: #f0f0f0;
	}

	.container3 .position {
		width: 95%;
		height: auto;
		margin: 0 auto;
		padding-top: 30px;
	}

	.container3 .position .left {
		width: 100%;
		height: auto;
		float: none;

	}

	.container3 .slideTxtBox1 {
		width: 100%;
		height: auto;
		text-align: left;
		background: #fff url(../../../hdimg/bas/46.png) no-repeat center;
		position: relative;
		margin-top: 10px;
		padding-top: 20px;
	}

	.container3 .slideTxtBox1 .hd1 {
		width: 100%;
		height: 35px;
		position: relative;
		left: 0;
		bottom: auto;

	}

	.container3 .slideTxtBox1 .hd1 ul {
		width: 100%;
		height: 35px;
		display: block;
		text-align: center;
	}

	.container3 .slideTxtBox1 .hd1 ul li {
		width: 18%;
		height: 35px;
		text-align: center;
		float: none;
		margin: 0;
		display: inline-block;

	}

	.container3 .slideTxtBox1 .hd1 ul li a {
		display: block;
		width: 100%;
		margin-top: 0px;
		text-decoration: underline;
		color: #585858;
		font-size: 12px;

	}

	.container3 .slideTxtBox1 .hd1 ul .lix1 {
		background: url(../10.png) no-repeat top;
	}

	.container3 .slideTxtBox1 .hd1 ul .lix2 {
		background: url(../11.png) no-repeat top;
	}

	.container3 .slideTxtBox1 .hd1 ul .lix3 {
		background: url(../12.png) no-repeat top;
	}

	.container3 .slideTxtBox1 .hd1 ul .lix4 {
		background: url(../13.png) no-repeat top;
	}

	.container3 .slideTxtBox1 .hd1 ul .lix5 {
		background: url(../14.png) no-repeat top;
	}

	.container3 .slideTxtBox1 .hd1 ul .lix1.on {
		background: url(../10x.png) no-repeat top;
	}

	.container3 .slideTxtBox1 .hd1 ul .lix2.on {
		background: url(../11x.png) no-repeat top;
	}

	.container3 .slideTxtBox1 .hd1 ul .lix3.on {
		background: url(../12x.png) no-repeat top;
	}

	.container3 .slideTxtBox1 .hd1 ul .lix4.on {
		background: url(../13x.png) no-repeat top;
	}

	.container3 .slideTxtBox1 .hd1 ul .lix5.on {
		background: url(../14x.png) no-repeat top;
	}

	.container3 .slideTxtBox1 .hd1 ul li.on a {
		color: #0062b2;
		width: auto;
	}

	.container3 .slideTxtBox1 .bd1 .main {
		padding: 30px;
		zoom: 1;
		color: #000000;
		line-height: 36px;
		text-indent: 2em;

	}

	.container3 .slideTxtBox1 .bd1 li {
		height: 24px;
		line-height: 24px;
	}

	.container3 .slideTxtBox1 .bd1 li .date {
		float: right;
		color: #999;
	}

	.container3 .position .right {
		width: 100%;
		height: auto;
		float: none;
		margin-top: 30px;

	}

	.container3 .position .right .main {
		width: 100%;
		height: auto;
		background: #fff;
		margin-top: 0px;
		padding: 10px;
	}

	.container3 .position .right .main .img {
		width: 100%;
		height: auto;
	}

	.container3 .position .right .main .img img {
		width: 100%;
		height: auto;
	}

	.container3 .position .right .main ul {
		display: block;
		width: 100%;
		overflow: hidden;
		margin-top: 10px;
	}

	.container3 .position .right .main ul li {
		display: block;
		width: 100%;
		float: left;
		height: auto;
		margin-bottom: 5px;

	}

	.container3 .position .right .main ul li a {
		display: block;
		float: left;
		text-indent: 0px;
		background: url(../8.png) no-repeat left;
		background-size: 10px 10px;
		color: #000000;
		font-size: 16px;
		padding-left: 20px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		width: 100%;
	}

	.container3 .position .right .main ul li:hover a {
		background: url(../7.png) no-repeat left;
		color: #1b72b9;

	}

	.container3 .position .right .main ul li p {
		display: none;
		float: right;
		color: #b8b8b8;
		font-size: 16px;
	}

	.container4 {
		width: 100%;
		height: auto;
		background: #f0f0f0;
		padding: 20px 0;
	}

	.container4 .position {
		width: 95%;
		height: auto;
		margin: 0 auto;
		padding-top: 0px;
	}

	.container4 .position img {
		width: 100%;
		height: auto;
	}



	.container5 {
		width: 100%;
		height: auto;
		background: url(../../../hdimg/bas/linkbg.jpg) no-repeat top center;
		display: none;
	}

	.index_two {
		position: relative;
		margin-top: 0px;
	}

	.index_twobox {
		overflow: hidden;
	}

	.index_two_tit {
		z-index: 5;
		background: #0062b1 url(../4.png) no-repeat center;
		width: 100%;
		position: relative;
		height: auto;
		left: auto;
		top: auto;
		margin-left: auto;
		margin-top: auto;
		-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	}

	.index_two .swiper-slide a {
		display: block;
		position: relative;
		overflow: hidden;
	}

	.index_two .swiper-slide a span.img {
		width: 105%;
		display: block;
		background-repeat: no-repeat;
		background-position: 0 0;
		-webkit-background-size: cover;
		background-size: cover;
		-webkit-transition: all ease .5s;
		transition: all ease .5s;
		background-position: center;
	}

	.index_two .swiper-slide a span.txt {
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		width: 100%;
		position: absolute;
		background: rgba(0, 0, 0, 0.5);
		height: 60px;
		line-height: 60px;
		text-align: left;
		color: #fff;
		text-indent: 32px;
	}

	.index_two .swiper-slide a:hover span.img {
		-webkit-transform: translateX(-3%);
		transform: translateX(-3%);
	}

	.index_two_tit h4,
	.index_two_tit h5,
	.index_two_tit p,
	.index_two_tit h6 {
		margin: 0 30px;
	}

	.index_two_tit h4 {
		padding-top: 54px;
		color: #fff;
		font-weight: bold;
		font-size: 30px;
		line-height: 40px;
		text-align: center;
	}

	.index_two_tit h5 {
		padding-bottom: 22px;
		font-size: 30px;
		font-family: 'Conv_HelveticaInserat-Roman-SemiB', Helvetica, "Helvetica Neue", Arial, sans-serif;
		text-transform: uppercase;
		color: #fff;
		font-weight: bold;
		line-height: 35px;
		letter-spacing: 1px;
		position: relative;
	}

	.index_two_tit h6 {
		width: 20px;
		height: 2px;
		background: #fff;
		margin: 0 auto;
		margin-top: 35px;
	}

	.swiper-container1 {
		width: 100%;
		height: auto;
		margin: auto;
		overflow: hidden;
	}

	.swiper-container1 .swiper-slide {
		zoom: 1;
		vertical-align: middle;
		width: 100%;
		padding-top: 51px;
		font-size: 14px;
		line-height: 30px;
		color: #fff;
		height: auto;
		background: none;
		text-align: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}

	.two_page {
		margin: 50px 0;
		text-align: center;
	}

	.twonext,
	.twoprev {
		width: 35px;
		height: 35px;
		float: none;
		cursor: pointer;
		-webkit-transition: all 0.8s ease 0s;
		transition: all 0.8s ease 0s;
		display: inline-block;
	}

	.twonext {
		background: url(../images/ico_right.png) 0 0 no-repeat;
	}

	.twoprev {
		background: url(../images/ico_left.png) 0 0 no-repeat;
	}

	.twoxin {
		float: none;
		width: 28px;
		height: 1px;
		background: #fff;
		margin: 17px 6px 0;
		display: inline-block;
	}

	.twonext:hover,
	.twoprev:hover {
		-webkit-transform: translateY(-3px);
		transform: translateY(-3px);
		opacity: 0.7;
		filter: alpha(opacity=70);
	}

	.foot {
		width: 100%;
		height: auto;
		background: #f0f0f0;
	}

	.foot .position {
		width: 95%;
		height: auto;
		margin: 0 auto;

	}

	.foot .position .left {
		float: none;
		margin-top: 25px;
	}

	.foot .position .left .blogo {
		width: 80%;
		height: auto;
		margin: 0 auto;
	}

	.foot .position .left .blogo img {
		width: 100%;
		height: 30px;
	}

	.foot .position .left ul {
		margin-top: 20px;
		display: none;
	}

	.foot .position .left ul li {
		display: block;
		float: left;
		color: #5c5c5c;
	}

	.foot .position .left ul li a {
		color: #5c5c5c;
	}

	.foot .position .left ul li span {
		padding: 0 5px;
		color: #5c5c5c;
	}


	.foot .position .left .infom {
		line-height: 38px;
		color: #4f4f4f;
		margin-top: 13px;
	}

	.foot .position .left .infom span {
		margin-right: 40px;
	}

	.foot .position .right {
		float: none;
		margin-top: 30px;
		text-align: center;
	}

	.foot .position .right .quickmark {
		width: 50%;
		height: auto;
		margin: 0px auto;
		padding: 20px 0;
	}

	.foot .position .right .quickmark img {
		width: 100%;
		height: auto;
	}

	.foot .position .right .quickmark .topic {
		width: 100%;
		height: auto;
		line-height: 30px;
		text-align: center;
		color: #4f4f4f;
	}

	.n_adv {
		width: 100%;
		height: auto;
		position: relative;
		margin-top: 50px;
	}

	.n_adv img {
		width: 100%;
		height: auto;
		display: block;
		position: absolute;
		left: 0;
		bottom: 0;
	}

	.n_adv .position {
		width: 95%;
		height: auto;
		margin: 0 auto;
		position: relative;
		z-index: 999;
	}

	.n_adv .weizhi {
		width: 100%;
		height: auto;
		background: none;
		border-top-left-radius: 0;
		position: absolute;
		left: 0;
		bottom: 15px;
		padding: 0;
	}

	.n_adv .weizhi .lanmut {
		font-size: 20px;
		font-weight: bold;
		color: #fff;
		text-align: center;

	}

	.n_adv .weizhi .mianbaoxie {
		color: #fff;
		margin-top: 5px;
		text-align: center;
		display: none;
	}

	.n_adv .weizhi .mianbaoxie a {
		color: #fff;
	}

	.n_guide {
		width: 100%;
		height: auto;
		border-bottom: 1px solid #e9e7e7;
	}

	.n_guide .position {
		width: 95%;
		height: auto;
		margin: 0 auto;
		text-align: center;
	}

	.n_guide .position li {
		float: none;
		line-height: 30px;
		padding: 0;
		background: none;
		display: inline-block;
		margin: 0 1%;
	}

	.n_guide .position li a {
		display: block;
		color: #292929;
		display: block;
	}

	.n_guide .position li.layui-this a {
		color: #0062b2;
		border-bottom: 1px solid #0062b2;
	}

	.n_guide .position li.layui-this {
		background: none;
	}


	.content {
		width: 100%;
		padding-bottom: 50px;
	}

	.content .position {
		width: 95%;
		margin: 0 auto
	}

	.content .position .dpage {
		width: 100%;
		display: block;
	}

	.content .position .dpage .up {
		text-align: center;
		width: 100%;
	}

	.content .position .dpage .up h2 {
		font-size: 20px;
		color: #0062b2;
		font-weight: bold;
		padding: 95px 0 30px 0;
		line-height: 30px;
		text-align: center;
		width: 100%;
	}

	.content .position .dpage .up p {
		font-size: 14px;
		color: #939393;
		text-align: center;
		width: 100%;
		line-height: 14px;
	}

	.content .position .dpage .down {
		width: 100%;
		padding-top: 25px;
		color: #0f0f0f;
		line-height: 2.75em;
		font-size: 16px;
	}

	.content .position .dpage .down img {
		max-width: 100%;
	}

	.content .position .list {
		width: 100%;
	}

	.content .position .list .first {
		width: 100%;
		height: auto;
		margin: 60px 0 50px 0;
	}

	.content .position .list .first .img {
		width: 100%;
		height: auto;
		float: none;
	}

	.content .position .list .first .img img {
		width: 100%;
		height: auto;
	}

	.content .position .list .first .text {
		width: 100%;
		height: auto;
		float: none;
	}

	.content .position .list .first .text .topic {
		width: 100%;
		font-size: 18px;
		line-height: 32px;
		color: #1c1c1c;
		display: block;
		margin: 20px 0 10px 0;
	}

	.content .position .list .first .text .time {
		width: 100%;
		color: #939393;
		font-size: 14px;
		line-height: 14px;
	}

	.content .position .list .first .text .des {
		height: auto;
		line-height: 34px;
		width: 100%;
		margin:10px 0 0 0;
		padding:0;
		color: #747474;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		display: block;
		display: -webkit-box;
	}

	.content .position .list .first .text .more {
		width: 160px;
		height: 60px;
		background: #0062b2;
		line-height: 60px;
		text-align: center;
		font-size: 16px;
		color: #fff;
		display: none;
	}

	.content .position .list .first .text .more a {
		color: #fff;
	}

	.content .position .list .box {
		width: 100%;
		height: auto;
		padding: 15px 0;
		border-top: 1px solid #e9e7e7;
		position: relative;
	}

	.content .position .list .box .text {
		width: 100%;
		float: none;
	}

	.content .position .list .box .topic {
		color: #444444;
		font-size: 16px;
		line-height: 32px;
		display: block;
		font-weight: bold;
	}

	.content .position .list .box .des {
		display: block;
		height: auto;
		line-height: 28px;
		padding: 0;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
		display: block;
		display: -webkit-box;
		margin-bottom: 15px;
	}

	.content .position .list .box .more {
		width: 120px;
		height: 35px;
		text-align: center;
		line-height: 35px;
		border: 1px solid #e9e7e7;
		color: #9b9b9b;
		line-height: 33px;
		font-size: 14px;
		display: block;
	}

	.content .position .list .box .date {
		width: 120px;
		height: 20px;
		float: none;
		text-align: center;
		margin-top: 0px;
		display: block;
		position: absolute;
		right: 0;
		bottom: 25px;
	}

	.content .position .list .box .date .dd {
		font-size: 14px;
		line-height: 20px;
		text-align: left;
		margin-top: 0px;
		float: left;
		font-weight: bold;
		font-size: 18px;
		color: #0062b2;
	}

	.content .position .list .box .date .yy {
		font-size: 14px;
		color: #424242;
		line-height: 20px;
		margin-top: 0px;
		text-align: left;
		float: left;
		margin-left: 10px;

	}

	.content .position .list .box:hover .topic {
		color: #0062b2;
	}

	.content .position .list .box:hover .more {
		color: #0062b2;
		border: 1px solid #0062b2;
	}

	.content .position .list .box:hover .date .dd {
		color: #0062b2;
	}

	.content .pic {
		width: 100%;
		float: left;
		margin-top: 60px;
	}

	.content .pic .box {
		width: 100%;
		height: auto;
		float: left;
		margin: 0 33px 33px 0;
		position: relative;
	}

	.content .pic .box .img {
		width: 100%;
		height: auto;
	}

	.content .pic .box .img img {
		width: 100%;
		height: auto;
	}

	.content .pic .box .topic {
		width: 100%;
		height: 40px;
		background: rgba(0, 0, 0, 0.4);
		position: absolute;
		left: 0;
		bottom: 0;
		line-height: 40px;
		text-align: center;
		overflow: hidden;
	}

	.content .pic .box .topic a {
		color: #fff !important;
	}

	.dsjbox{
		display: none;
	}

	.colinfo-list a .desc{
		margin:5px 0;
	}


	.dsj_sub_name {
		margin: 10px 0;
		color: #3073b1;
		font-size: 20px;
		font-style: italic;
		font-weight: normal;
		line-height: 20px;
		background: none;
		padding-left: 20px;
	}

	.colinfo-list a{
		background: #eeeeee;
	}

	.linklist{
		width: 100%;
		margin: 0;
		padding:0;
	}
	.linklist div{
		float: left;
		text-align: center;
	}

	.container6 {
		width: 100%;
		height: auto;
		background: #fff;
		overflow-x: hidden;
	}
	
	.container6 .position {
		width: 95%;
		height: auto;
		margin: 0 auto;
	}
	
	.container6 .position h2 {
		font-size: 30px;
		line-height: 30px;
		color: #0f0f0f;
		font-weight: bold;
		margin-top: 25px;
		width: 100%;
		text-align: center;
		
	}
	
	.container6 .position h2 a {
		color: #0f0f0f;
	}
	
	.slideTxtBoxx1 {
		width: 100%;
		text-align: center;
		height: auto;
		margin-top: 0;
	}
	
	.slideTxtBoxx1 .hdx1 {
		height: 40px;
		line-height: 40px;
		position: relative;
		margin-top: 30px;
	}
	
	.slideTxtBoxx1 .hdx1 ul {
		float: none;
	}
	
	.slideTxtBoxx1 .hdx1 ul li {
	   padding:0;
	   height: 30px;
	   line-height: 28px;
	   text-align: center;
	   float: none;
	   display: inline-block;
	   border: 1px solid #0163b3;
	   margin-left: 0px;
	   border-radius: 5px;
	   margin: 5px 1%;
	   text-align: center;
	   width: 30%;
	   font-size: 14px;
	}
	.slideTxtBoxx1 .hdx1 ul li a{
		color: #0163b3;
	}
	.slideTxtBoxx1 .hdx1 ul li.on{
		background: #0163b3;
	}
	.slideTxtBoxx1 .hdx1 ul li.on a{
		color: #fff;
	}
	.slideTxtBoxx1 .bdx1 ul {
		padding: 0;
		zoom: 1;
	}
	
	.slideTxtBoxx1 .bdx1 li {
		height: 24px;
		line-height: 24px;
	}
	
	.slideTxtBoxx1 .bdx1 li .date {
		float: right;
		color: #999;
	}
	
	.picScroll-leftty {
		width: 100%;
		height: auto;
		position: relative;
		min-height: 205px;
	}
	
	
	
	.picScroll-leftty .prevty,
	.picScroll-leftty .nextty {
		display: block;
		width: 32px;
		height: 55px;
		float: right;
		overflow: hidden;
		cursor: pointer;
		position: absolute;
		top:50%;
		margin-top: -16px;
		z-index: 2;
	}
	.picScroll-leftty .prevty{
		background: url(../16.jpg) no-repeat center;
		left:0;
	}
	.picScroll-leftty .nextty{
		background: url(../17.jpg) no-repeat center;
		right:0;
	}
	
	
	.picScroll-leftty .bdty {
		padding: 0;
		width: 100%;
		height: auto;
		margin-top: 45px;
	}
	
	.picScroll-leftty .bdty ul {
		zoom: 1;
		width: 100%;
		height: auto;
	}
	
	.picScroll-leftty .bdty ul li {
		float: left;
		width: 100%;
		height: auto;
		margin-right: 47px;
		position: relative;
		display: block;
	}
	
	.picScroll-leftty .bdty ul li .pic {
		width: 100%;
		height: auto;
	}
	
	.picScroll-leftty .bdty ul li .pic img {
		width: 100%;
		height: auto;
		display: block;
		padding: 0px;
	}
	
	
	
	.picScroll-leftty .bdty ul li .title {
		line-height: 30px;
		position: absolute;
		width: 100%;
		height: 30px;
		background: rgba(0, 0, 0, 0.3);
		text-align: center;
		left: 0;
		bottom:0;
		color: #fff;
	}
	.picScroll-leftty .bdty ul li .title a{
		color: #fff;
	}
}